Vcenter NamespaceManagement Software Clusters Summary

Vcenter NamespaceManagement Software Clusters Summary
Vcenter NamespaceManagement Software Clusters Summary

The Vcenter NamespaceManagement Software Clusters Summary schema contains basic information about the cluster upgrade related information.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cluster": "string",
    "cluster_name": "string",
    "current_version": "string",
    "available_versions": [
        "string"
    ],
    "last_upgraded_date": "string",
    "desired_version": "string",
    "state": "string"
}
string
cluster
Required

Identifier for the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
cluster_name
Required

Name of the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.name.

string
current_version
Required

Current version of the cluster.

This property was added in vSphere API 7.0.0.0.

array of string
available_versions
Required

Set of versions available for upgrade.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
last_upgraded_date
Optional

Date of last successful upgrade.

This property was added in vSphere API 7.0.0.0.

If missing or null, the cluster has not yet been upgraded.

string
desired_version
Optional

Desired version the cluster will be upgraded to.

This property was added in vSphere API 7.0.0.0.

If missing or null, the cluster upgrade is not in progress.

string
state
Required

Current state of the upgrade.

For more information see: Vcenter NamespaceManagement Software Clusters State.

This property was added in vSphere API 7.0.0.0.